home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TCONVERTERRORDLG / TCONVERTERRORDLG.txt
Text File  |  2005-06-02  |  2KB  |  89 lines

  1. object ConvertErrorDlg: TConvertErrorDlg
  2.   Left = 422
  3.   Top = 392
  4.   BorderStyle = bsDialog
  5.   Caption = 'Erreur de Conversion'
  6.   ClientHeight = 184
  7.   ClientWidth = 371
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 64
  22.     Top = 16
  23.     Width = 265
  24.     Height = 13
  25.     Caption = 'Il y a eu une erreur lors de la conversion de caract'#232're de :'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 16
  29.     Top = 120
  30.     Width = 345
  31.     Height = 41
  32.     AutoSize = False
  33.     Caption = 
  34.       'Note : Changer l'#39'option "Jeu de Caract'#232'res" dans les r'#232'gles de c' +
  35.       'omparaison de votre fichier peut '#233'viter l'#39'apparition de cette er' +
  36.       'reur.'
  37.     WordWrap = True
  38.   end
  39.   object Label4: TLabel
  40.     Left = 64
  41.     Top = 56
  42.     Width = 143
  43.     Height = 13
  44.     Caption = 'Modifier ce fichier peut le corrompre !'
  45.   end
  46.   object FilenameLabel: TLabel
  47.     Left = 80
  48.     Top = 32
  49.     Width = 281
  50.     Height = 13
  51.     AutoSize = False
  52.     Caption = '%'
  53.   end
  54.   object WarningImage: TImage
  55.     Left = 16
  56.     Top = 16
  57.     Width = 32
  58.     Height = 32
  59.   end
  60.   object DontShowAgainEdit: TBCCheckBox
  61.     Left = 8
  62.     Top = 160
  63.     Width = 102
  64.     Height = 17
  65.     Caption = '&Ne plus montrer'
  66.     TabOrder = 0
  67.   end
  68.   object Button2: TButton
  69.     Left = 64
  70.     Top = 80
  71.     Width = 121
  72.     Height = 23
  73.     Caption = '&Interdire les Modifs'
  74.     Default = True
  75.     ModalResult = 1
  76.     TabOrder = 1
  77.   end
  78.   object Button1: TButton
  79.     Left = 192
  80.     Top = 80
  81.     Width = 137
  82.     Height = 23
  83.     Cancel = True
  84.     Caption = '&Autoriser les Modifs'
  85.     ModalResult = 2
  86.     TabOrder = 2
  87.   end
  88. end
  89.